home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
teletub.swf
/
scripts
/
frame_102
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
440b
|
20 lines
set("/:Score","0");
set("/:Weapon","1");
set("/:Rounds","10");
set("/:TubbyFrequency","500");
set("/:TubbyDuration","15");
set("/:Played","1");
set("/:Start","1");
setProperty("/Weapon2", _visible, "0");
setProperty("/Weapon3", _visible, "0");
tellTarget("/Weapon2")
{
gotoAndStop("Hide");
tellTarget("/Weapon3")
{
gotoAndStop("Hide");
}
startDrag("/Cursor","1","40","400","600","480");
stop();
}